func runtime.memhashFallback

2 uses

	runtime (current package)
		alg.go#L55: 	return memhashFallback(x.str, h, uintptr(x.len))
		hash64.go#L25: func memhashFallback(p unsafe.Pointer, seed, s uintptr) uintptr {